home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Bowers Development
/
AppMaker 2.0b5
/
Examples
/
Windows MFC
/
MFC generated
/
CABOUTBOX.cp
next >
Wrap
Text File
|
1996-01-01
|
997b
|
45 lines
// CABOUTBOX.cp -- dialog methods
// Created 01/01/95 12:01 PM by AppMaker
#include "stdafx.h"
#include "Demo1Dlg.h"
#include "CABOUTBOX.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CABOUTBOX dialog
CABOUTBOX::CABOUTBOX(CWnd* pParent /*=NULL*/)
: CDialog(CABOUTBOX::IDD, pParent)
{
//{{AFX_DATA_INIT(CABOUTBOX)
// NOTE: the ClassExpress will add member initialization here
//}}AFX_DATA_INIT
}
void CABOUTBOX::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CABOUTBOX)
// NOTE: the ClassExpress will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CABOUTBOX, CDialog)
//{{AFX_MSG_MAP(CABOUTBOX)
// NOTE: the ClassExpress will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CABOUTBOX message handlers